/* 首页样式 */
@charset "utf-8";

.i-herder{
    padding-left: 15px;
}
.text-chen {
    color: #f2811c !important;
}

.bg-6b {
    background-color: #6ba0bf !important;
}
/* 关于我们 */
a:hover{
    text-decoration: none;
}
.title-box{
    margin-top: 12%;


}
.title-box .h4{
    background:#36404b;
    display: inline-block;
    line-height: 2.2;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.title-box .fa{
    width: 5rem;
    background: #17a2b7;
    display: inline-block;
    height: 100%;
    color: #17a2b7;
}

.title-box a{
    color: #ffffff;
}

.title-box span{
    padding-left: 7rem;
    padding-right: 7rem;
}

.title-box a:hover .h4{
    background: #17a2b7;
}

.title-box .small{
    margin-top:1.5%;
    color: #bbbbbb;

}
#i-about{
    margin-top: 8%;
    padding: 4% 0;
}

#i-about .btn-outline-info{
    margin-top: 5%;
}
#i-about .small{
    line-height: 2;
}
/* 新闻 */

#index-new .tab-pane .active:hover a hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid red;
}

/* 首页START */

#index-product{
    margin: 5% auto;
}

#index-product a{
    color: #0f0f0f;
}
#index-product a:hover{
    text-decoration: none;
}
#index-product .col-lg-4 .item{
    border:1px #dee2e6  solid;
    box-shadow:0px 0px  14px rgba(180, 180, 180, 0.6);
}
#index-product .col-lg-4{
    margin-top: 3rem;
}
#index-product .col-lg-4 .item  p{
    line-height:4;
    background: #f8f9fa;
    margin-bottom: 0;
}
#index-product .col-lg-4 .item .hover{

    background: #0e90d2;
    color: #ffffff;
}
/* 优势 */
 #i-adv{
     margin-top: 8%;


 }
 #i-adv small{
     color: #ffffff;
 }
 #i-adv .h3{
     padding-top: 5%;
 }

 #i-adv .container .row{
     margin-top: 6%;
     padding-bottom: 15%;

 }
 #i-adv .row .col-md-6{
     padding-right: 10%;
     padding-bottom: 5%;
 }

#i-adv .container .row p{
    padding-top: 1.2rem;
}

/* 做了些什么 */

#i-aim {
    margin-top: 6%;
    overflow: hidden;
}

#i-aim .swiper-container-aim{
padding-left: 15px;
}

#i-aim .swiper-container-aim  a p{
    padding-top: 1.5rem;
    padding-bottom:1.5rem;
}
#i-aim .float-right {
    margin-top: 3rem;
}
#i-aim .swiper-slide{
    border: 1px solid rgba(255, 255, 255, 0);
    padding-bottom: 0;
}
#i-aim .swiper-slide p{
    margin-bottom: 0;
}
#i-aim .swiper-slide:hover img{
    opacity: 0.8;
}
#i-aim .swiper-slide:hover {
    border: 1px solid rgba(215, 215, 215, 0.67);
}

/* index-vidoe 视频案例  */

#index-video .item p{
   padding-top: 1rem;
    padding-bottom: 1rem;
    background: #6ba0bf;
    color: #ffffff;
}
#index-video .item:hover p{

    background: #91b2c6;

}
#index-video .item{
    padding-bottom: 1.5rem;
}

/* index-about 关于我们  */

#index-about .item img{
    width: 25px;
}
#index-about .item span{
    position: relative;
    top: 5px;
}
#index-about a:hover{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
